home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-02 / hotm60.zip / HOTMOD.DOC < prev    next >
Text File  |  1991-03-19  |  2KB  |  48 lines

  1. HOTMOD is a program that allows you to reassign the hot keys in the Integrated
  2. Development Environment of Turbo Pascal 6.0.
  3.  
  4. To use HOTMOD:
  5.  
  6. 1.  Compile the program to disk to create HOTMOD.EXE.  (You can compile to
  7.     memory if you really want to.  Just remember that any hot key changes you
  8.     make while in the IDE will not take effect until you exit to DOS and
  9.     execute the modified TURBO.EXE.)
  10.  
  11. 2.  Run HOTMOD in the same directory that contains your TURBO.EXE.
  12.  
  13. 3.  HOTMOD displays a menu showing all hot key commands and their current
  14.     key assignments.
  15.  
  16. 4.  Using the cursor arrow keys, move the cursor to the hot key that you want
  17.     to modify.
  18.  
  19. 5.  Press the key that you want to use as the new hot key for the selected
  20.     command.  The name of the new key will appear in place of the old
  21.     assignment.  Only keys that return extended key codes are allowed.  These
  22.     are listed in Appendix B, Table B.2 of the Turbo Pascal 6.0. Programmer's
  23.     Guide.  If you press an invalid key, the program will beep.
  24.  
  25.     If you prefer, you can disable a hot key by pressing Ctrl-@.  Once a
  26.     hot key has been disabled, that key is then available to be assigned
  27.     to an editor function or macro by using Borland's TEMC program.
  28.  
  29. 6.  Repeat steps 4 and 5 until you have made all desired changes.  When you
  30.     are finished, press the Esc key.  If you have made any changes, HOTMOD
  31.     displays the message
  32.  
  33.        Save changes to TURBO.EXE (Y/N) ?
  34.  
  35.     Type 'Y' if you want to save the changes, or 'N' if you want to ignore
  36.     them.
  37.  
  38. HOTMOD attempts to change the hot key helps in the menus and on the status
  39. line for any hot key you change.  This only works if the name of the new key
  40. fits into the same number of characters as the old key.  For example "Alt-F10"
  41. would fit into the space formerly used by "Ctrl-F1", but "Shift-F10" would not.
  42. If the new key name does not fit, or the hot key function is disabled, HOTMOD
  43. will substitute asterisks in place of the old key name.
  44.  
  45. If you have any comments, suggestions, or bug fixes for this program, please
  46. contact Ron Schuster [76666,2322].
  47.  
  48.